(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <graphics/text.h>
#include <proto/graphics.h>
void AddFont()
SYNOPSIS
struct TextFont * textFont
LOCATION
In GfxBase at offset 80
FUNCTION
Add a font to the list of public fonts. After that, you can open the font with OpenFont().
INPUTS
textFont
The font to add.
RESULT
None.
NOTES
EXAMPLE
BUGS
SEE ALSO
OpenFont()
, RemFont(),
CloseFont()
,
SetFont()
INTERNALS
HISTORY
06.03.1997 digulla
Three new functions